home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / RESOURCE / RESOURCE.H < prev   
Text File  |  1990-12-16  |  308b  |  16 lines

  1. /*****
  2.  *    Resources.h
  3.  *
  4.  *     Example of how to load resources from an external file and
  5.  *    keep a handle to them in memory!
  6.  *
  7.  *    by Joe Zobkiw
  8.  *    AFA Zobkiw @ America Online
  9.  *
  10.  *****/
  11.  
  12. #define ALRT_ID                128
  13. #define ABOUT_ALRT            129
  14. #define EXTERNAL_CURS_ID    128
  15. #define EXTERNAL_FILENAME    "\pExternalRsrcs"
  16.